Skip to content

refactor(faculty): extract hardcoded paths to constants in faculty_board.zig#169

Merged
gHashTag merged 1 commit into
mainfrom
feat/issue-168
Mar 11, 2026
Merged

refactor(faculty): extract hardcoded paths to constants in faculty_board.zig#169
gHashTag merged 1 commit into
mainfrom
feat/issue-168

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Summary

  • Extract REGEN_REPORT constant for "specs/REGENERATION_REPORT.md"
  • Extract MU_LEARNING_DB constant for ".trinity/mu/learning_db.json"
  • Replace string literals in parseRegenReport() and countMuPatterns() with these constants

Test Plan

  • zig build libvsa compiles successfully
  • All 37 tests pass including parseRegenReport handles missing file
  • Constants defined at module level with existing constants

Closes #168

🤖 Generated with Claude Code

…ard.zig (#168)

Add REGEN_REPORT and MU_LEARNING_DB module-level constants and replace
string literals in parseRegenReport() and countMuPatterns() functions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gHashTag gHashTag merged commit 61405be into main Mar 11, 2026
5 of 6 checks passed
gHashTag added a commit that referenced this pull request Mar 18, 2026
refactor(faculty): extract hardcoded paths to constants in faculty_board.zig
@gHashTag gHashTag deleted the feat/issue-168 branch April 3, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(faculty): extract hardcoded paths to constants in faculty_board.zig

1 participant